From: Claudio Cambra Date: Tue, 26 Nov 2024 06:35:40 +0000 (+0800) Subject: Disable border on file provider settings page by default X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~30^2^2~203^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=65ab4b3f1f40dd7d076a2f7c540e3d757a0bd1ac;p=nextcloud-desktop.git Disable border on file provider settings page by default Signed-off-by: Claudio Cambra --- diff --git a/src/gui/macOS/ui/FileProviderSettings.qml b/src/gui/macOS/ui/FileProviderSettings.qml index 35b51f432..e7d2e1ee5 100644 --- a/src/gui/macOS/ui/FileProviderSettings.qml +++ b/src/gui/macOS/ui/FileProviderSettings.qml @@ -25,7 +25,7 @@ import com.nextcloud.desktopclient 1.0 Page { id: root - property bool showBorder: true + property bool showBorder: false property var controller: FileProviderSettingsController property string accountUserIdAtHost: ""